From 6f0ecb776d2e216b98041823d89e160de63e8825 Mon Sep 17 00:00:00 2001 From: Joe Epstein Date: Fri, 7 Jan 2011 11:54:52 +0000 Subject: [PATCH] mem_type HVMOP: replaced enum * Replaced the memory type enum with a 64-bit aligned value Signed-off-by: Joe Epstein Acked-by: Tim Deegan --- xen/include/public/hvm/hvm_op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/hvm/hvm_op.h b/xen/include/public/hvm/hvm_op.h index 427ffb70bc..0502f68a64 100644 --- a/xen/include/public/hvm/hvm_op.h +++ b/xen/include/public/hvm/hvm_op.h @@ -119,7 +119,7 @@ struct xen_hvm_set_mem_type { /* Domain to be updated. */ domid_t domid; /* Memory type */ - hvmmem_type_t hvmmem_type; + uint64_aligned_t hvmmem_type; /* First pfn. */ uint64_aligned_t first_pfn; /* Number of pages. */ -- 2.30.2